home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<<< MODE >>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Sets the mode of operation for a printer ... a video monitor
- ... or an asynchronous communications adapter. You must have the
- appropriate hardware to support these commands.
-
- MODE CO80 Switches to color and 80 characters per line.
-
- MODE MONO Switches to a monochrome display adapter.
-
- "MODE ,,R Shifts the video display right."
-
- "MODE LPT1:132,6,P Sets printer on port #1 to 132 characters per"
- ; line and specifies 6 lines per inch of vertical
- ; spacing. The P specifies continuous retry on
- ; time-out errors.
-
- "MODE COM1:1200,N,8,1 Sets communications port #1 to 1200 baud, "
- "; no parity, 8 databits, and 1 stopbit."
-
- "MODE COM2:9600,N,8,1,P Sets communications port #2 to 9600 baud, no"
- "; parity, 8 databits, and 1 stopbit. The ,P"
- ; indicates a serial printer.
- ###